/*Created by lk on 2020/07/29.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0; overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .txt{position: absolute; left: 10%; top: 40%; z-index: 2}
.banner .txt h1{font-size: 38px; letter-spacing: 1px; color: #fff; margin-bottom: 4px; text-shadow: 1px 1px 3px #333; transform: translateX(60px); -webkit-transform: translateX(60px); opacity: 0; transition: all ease .6s .8s; -webkit-transition: all ease .6s .8s;}
.banner .txt p{font-size: 20px; color: #fff; letter-spacing: 1px; text-shadow: 1px 1px 3px #181818; transform: translateX(60px); -webkit-transform: translateX(60px); opacity: 0; transition: all ease .6s 1s; -webkit-transition: all ease .6s 1s; font-family: 'Montserrat-Light'}

.banner .swiper-slide-active .txt h1{transform: translateX(0); -webkit-transform: translateX(0); opacity: 1}
.banner .swiper-slide-active .txt p{transform: translateX(0); -webkit-transform: translateX(0); opacity: 1}

.banner .banner_end{width: 70%; height: 60px; background: rgba(255,255,255,.9); position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -35%; z-index: 9}
.banner .banner_end .banner_logo{margin: 15px 0 0 20px; padding: 5px 0; background: url("../image/logo.jpg") no-repeat 0 2px; background-size: 30px 30px}
.banner .banner_end .banner_logo h1{font-size: 18px; color: #333; padding-left: 36px;}


.mark{width: 100%; height: 820px; position: relative;}

.banner .swiper-slide-active .img{animation: zoom 9s linear; -webkit-animation: zoom 9s linear; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}

@keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}
@-webkit-keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}


/*----content----*/
.content{position: relative; background: #fff; z-index: 3}

.title{width: 100%; margin-bottom: 50px;}
.title h6{font-size: 46px; color: #999; font-family:'dincond_medium';}
.title h1{font-size: 20px; color: #0065b5; font-weight: bold;}


/*----list01----*/
.list01{position: relative; padding: 80px 0 100px 0;}

.list01 .list01_con{}

.list01 .list01_con .list01_left{width: 45%; margin-right: 5%;}
.list01 .list01_con .list01_left .img{width: 100%;}
.list01 .list01_con .list01_left .img img{width: 100%;}

.list01 .list01_con .list01_right{width: 50%; padding-top: 40px;}
.list01 .list01_con .list01_right h1{font-size: 22px; font-weight: bold; color: #444; margin-bottom: 4px;}
.list01 .list01_con .list01_right h6{font-size: 28px; color: #666; padding-bottom: 30px; font-family:'dincond_medium'}
.list01 .list01_con .list01_right p{font-size: 14px; color: #666; line-height: 24px; margin-bottom: 28px}



/*----list02----*/
.list02{width: 100%; padding: 100px 0; position: relative; background: #f0f0f0}
.list02 .list02_con{width: 100%; height: 100%;}

.list02 .list02_con .list02_li{float: left; width: 33.3333%; height: 240px; padding: 60px 50px; position: relative; background: rgba(0,0,0,.4); border: 1px solid #f0f0f0; box-sizing: border-box; cursor: pointer}
.list02 .list02_con .list02_li:before{content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; transition: all .4s; -webkit-transition: all .4s}
.list02 .list02_con .list02_li h1{font-size: 20px; color: #fff; line-height: 42px; padding-left: 60px; background: url("../image/icon-2.png") no-repeat; position: relative; z-index: 2}
.list02 .list02_con .list02_li .line{display: block; width: 40px; height: 1px; margin: 10px 0 20px 60px; background: #f0f0f0; position: relative; z-index: 3; transition: all .4s; -webkit-transition: all .4s}
.list02 .list02_con .list02_li p{font-size: 14px; color: #f0f0f0; margin-left: 60px; font-weight: normal; position: relative; z-index: 3}
.list02 .list02_con .list02_li:nth-child(1){background: none; border: none; padding: 40px 0}
.list02 .list02_con .list02_li .title h1{color: #282828; background: none; padding-left: 0;}


.list02 .list02_con .li_01{border-right: none; border-bottom: none;}
.list02 .list02_con .li_02{border-bottom: none}
.list02 .list02_con .li_03{border-right: none}
.list02 .list02_con .li_04{border-right: none}
.list02 .list02_con .li_01:before{background: rgba(38,40,127,.5)}
.list02 .list02_con .li_02:before{background: rgba(141,45,134,.5)}
.list02 .list02_con .li_03:before{background: rgba(138,164,41,.5)}
.list02 .list02_con .li_04:before{background: rgba(207,88,58,.5)}
.list02 .list02_con .li_05:before{background: rgba(254,0,0,.5)}

.list02 .list02_con .list02_li:hover .line{width: 100px}
.list02 .list02_con .li_01:hover:before{background: #26287f}
.list02 .list02_con .li_02:hover:before{background: #8d2d86}
.list02 .list02_con .li_03:hover:before{background: #8aa429}
.list02 .list02_con .li_04:hover:before{background: #cf583a}
.list02 .list02_con .li_05:hover:before{background: #fe0000}


/*----list03----*/
.list03{position: relative; width: 100%; height: 280px; background: url("../image/img03.jpg") no-repeat; background-size: cover; overflow: hidden}
.list03 .li{width: 25%; float: left; margin-top: 100px; text-align: center; position: relative; border-right: 1px solid rgba(255,255,255,.5); z-index: 2}
.list03 .li:nth-child(4){border-right: none}
.list03 .li span{height: 60px; font-size: 50px; color: #fff; margin-top: 10px; font-family: 'novecentowide-book'}
.list03 .li i{font-size: 12px; font-style: normal; color: #fff; vertical-align: top; line-height: 32px; padding-left: 6px}
.list03 .li p{font-size: 12px; color: #fff; line-height: 30px}


/*----list04----*/
.list04{padding: 80px 0;}
.list04 .list04_con{position: relative}
.list04 .list04_con .li{width: 100%; overflow: hidden}
.list04 .list04_con .li .img{width: 100%; overflow: hidden}
.list04 .list04_con .li .img img{width: 100%}

.list04 .list04_bg{width: 260px; height: 100%; position: absolute; top: 0; left: 10%; background: #f9f9f9;}
.list04 .list04_bg .list04_t{width: 480px; padding: 70px 50px; margin-top: 50%; background: rgba(255,255,255,.7)}
.list04 .list04_bg .list04_t h1{font-size: 20px; color: #181818; margin-bottom: 20px;}
.list04 .list04_bg .list04_t p{font-size: 13px; color: #666; line-height: 24px;}



/*----list05----*/
.list05{width: 100%; padding: 60px 0; position: relative;}

.list05 .list05_con{}
.list05 .list05_con .news_one{width: 40%; margin-right: 5%;}
.list05 .list05_con .news_one .img{width: 100%; height: 240px; overflow: hidden}
.list05 .list05_con .news_one .img img{width: 100%}
.list05 .list05_con .news_one .txt{margin-top: 18px}
.list05 .list05_con .news_one .txt h3{font-size: 16px; color: #181818; margin-bottom: 14px}
.list05 .list05_con .news_one .txt p{font-size: 13px; color: #666; line-height: 22px;}

.list05 .list05_con .list05_right{width: 55%;}
.list05 .list05_con .list05_right .list{}
.list05 .list05_con .list05_right .list li{margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px dotted #dedede}
.list05 .list05_con .list05_right .list li h6{font-size: 24px; color: #0073c3; margin-bottom: 10px; font-family: 'Montserrat-Light'}
.list05 .list05_con .list05_right .list li h1{font-size: 18px; color: #666; margin-bottom: 10px; position: relative; transition: all .4s; -webkit-transition: all .4s}
.list05 .list05_con .list05_right .list li h1:before{content: ""; display: block; width: 0; height: 2px; position: absolute; top: 50%; left: 0; background: #666; transition: all .4s; -webkit-transition: all .4s}
.list05 .list05_con .list05_right .list li p{font-size: 14px; color: #999; line-height: 24px;}
.list05 .list05_con .list05_right .list li:hover h1:before{width: 40px}
.list05 .list05_con .list05_right .list li:hover h1{padding-left: 50px}


/*----list06----*/
.list06{position: relative; background: url("../image/img05.jpg") no-repeat; background-size: cover}
.list06 .list06_con{overflow: hidden}
.list06 .list06_con .list{}
.list06 .list06_con .list li{position: relative; width: 20%; height: 560px; float: left; border-right: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.1); box-sizing: border-box; }
.list06 .list06_con .list li:before{content: ""; display: block; width: 100%; height: 0; background: rgba(0,101,181,.8); position: absolute; bottom: 0; left: 0; transition: all .4s; -webkit-transition: all .4s}
.list06 .list06_con .list li:nth-child(1){border-left: 1px solid rgba(255,255,255,.2)}
.list06 .list06_con .list li .t{padding: 160px 10%; text-align: center; position: relative; z-index: 2; transition: all .4s; -webkit-transition: all .4s}
.list06 .list06_con .list li .t h6{font-size: 46px; color: #fff; font-family: 'dincond_medium';}
.list06 .list06_con .list li .t .line{display: block; width: 20px; height: 2px; background: #fff; margin: 4px auto 50px auto;}
.list06 .list06_con .list li .t h1{font-size: 16px; color: #fff; margin-bottom: 20px;}
.list06 .list06_con .list li .t p{font-size: 13px; color: #fff; line-height: 24px; margin-bottom: 30px; opacity: 0; transition: all .4s; -webkit-transition: all .4s}
.list06 .list06_con .list li .t .ico01{display: block; width: 40px; height: 40px; background: url("../image/ico01.png") no-repeat; margin: 0 auto; transform: translateY(-60px); -webkit-transform: translateY(-60px); transition: all .4s; -webkit-transition: all .4s}

.list06 .list06_con .list li:hover:before{height: 100%;}
.list06 .list06_con .list li:hover .t p{opacity: 1;}
.list06 .list06_con .list li:hover .t .ico01{transform: translateY(0); -webkit-transform: translateY(0)}




.a_link{position: relative; width: 130px; padding: 6px 0; text-align: center; border: 1px solid #0073c3; margin: 40px 0 0 0 }
.a_link:before{content: ""; display: block; width: 0; height: 100%; background: #fff; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a_link i{font-size: 13px; color: #333; line-height: 24px; font-style: normal; position: relative; z-index: 2; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a_link:hover:before{width: 100%; background: #0073c3}
.a_link:hover i{color: #fff}










